'Declaration Public Overloads Overrides Function GetSchema( _ ByVal collectionName As String, _ ByVal restrictionValues() As String _ ) As DataTable
public override DataTable GetSchema( string collectionName, string[] restrictionValues )
Parameters
- collectionName
- Specifies the name of the schema to return.
- restrictionValues
- Specifies a set of restriction values for the requested schema.
Return Value
A System.Data.DataTable that contains schema information.